-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added internal model documentation #483
Conversation
LGTM :) just make those json files a part of this PR |
Hi, I just added the model files. Thanks:) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @Ram81 please take a look
@rpalakkal btw can you merge the latest master |
@PalashTanejaPro it should be updated now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rpalakkal can you move the folder internalModels
in examples
. rest of it LGTM
@Ram81 sorry for the delay...just moved it to the examples folder |
* added internal model documentation * added json models * renamed and put into folder * Delete data1.json * changed name and put into folder * changed folder * added another model * Rename data4.json to lenet.json * updated sample model links * moved into docs * moved into proper folder * Rename internalModels/allCNN.json to example/internalModels/allCNN.json * Rename internalModels/cifar10cnn.json to example/internalModels/cifar10cnn.json * Rename internalModels/lenet.json to example/internalModels/lenet.json * updated links
Hi, here is the internal model documentation for the GCI task. Thanks